home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1997 August
/
Designer's Club 1997 August.iso
/
mac
/
Idea Source
/
Gallery.DIR
/
00022.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-16
|
298 b
|
14 lines
on mouseDown
global gallery
if the visible of sprite 2 = 1 then
puppetSound("clickup")
set the visible of sprite 2 to 0
go(the frame + 1)
set gallery to "selfrun"
else
puppetSound("clickup")
set the visible of sprite 2 to 1
set gallery to "slideshow"
end if
end